type os.sysfdType

28 uses

	os (current package)
		removeall_at.go#L56: 	if err := removeAllFrom(sysfdType(parent.Fd()), base); err != nil {
		removeall_at.go#L66: func removeAllFrom(parentFd sysfdType, base string) error {
		removeall_at.go#L123: 				err := removeAllFrom(sysfdType(file.Fd()), name)
		removeall_at.go#L175: func openDirAt(dirfd sysfdType, name string) (*File, error) {
		root_openat.go#L27: 	fd     sysfdType
		root_openat.go#L70: 	_, err := doInRoot(r, name, 0, nil, func(parent sysfdType, name string, endsInSlash bool) (struct{}, error) {
		root_openat.go#L80: 	_, err := doInRoot(r, name, 0, nil, func(parent sysfdType, name string, endsInSlash bool) (struct{}, error) {
		root_openat.go#L90: 	_, err := doInRoot(r, name, 0, nil, func(parent sysfdType, name string, endsInSlash bool) (struct{}, error) {
		root_openat.go#L100: 	_, err := doInRoot(r, name, 0, nil, func(parent sysfdType, name string, endsInSlash bool) (struct{}, error) {
		root_openat.go#L119: 	_, err := doInRoot(r, name, flags, nil, func(parent sysfdType, name string, endsInSlash bool) (struct{}, error) {
		root_openat.go#L134: 	openDirFunc := func(parent sysfdType, name string) (sysfdType, error) {
		root_openat.go#L153: 	openLastComponentFunc := func(parent sysfdType, name string, endsInSlash bool) (struct{}, error) {
		root_openat.go#L190: 	target, err := doInRoot(r, name, 0, nil, func(parent sysfdType, name string, endsInSlash bool) (string, error) {
		root_openat.go#L200: 	_, err := doInRoot(r, name, 0, nil, func(parent sysfdType, name string, endsInSlash bool) (struct{}, error) {
		root_openat.go#L219: 	_, err := doInRoot(r, name, 0, nil, func(parent sysfdType, name string, endsInSlash bool) (struct{}, error) {
		root_openat.go#L232: 	_, err := doInRoot(r, oldname, 0, nil, func(oldparent sysfdType, oldname string, oldEndsInSlash bool) (struct{}, error) {
		root_openat.go#L237: 		_, err := doInRoot(r, newname, flags, nil, func(newparent sysfdType, newname string, newEndsInSlash bool) (struct{}, error) {
		root_openat.go#L267: 	_, err := doInRoot(r, oldname, 0, nil, func(oldparent sysfdType, oldname string, oldEndsInSlash bool) (struct{}, error) {
		root_openat.go#L273: 		_, err := doInRoot(r, newname, flags, nil, func(newparent sysfdType, newname string, newEndsInSlash bool) (struct{}, error) {
		root_openat.go#L329: func doInRoot[T any](r *Root, name string, flags uint, openDirFunc func(parent sysfdType, name string) (sysfdType, error), f func(parent sysfdType, name string, endsInSlash bool) (T, error)) (ret T, err error) {
		root_openat.go#L438: 			var fd sysfdType
		root_openat.go#L491: func modeAt(parent sysfdType, name string) (FileMode, error) {
		root_unix.go#L20: type sysfdType = int
		root_unix.go#L133: 	fi, err := doInRoot(r, name, 0, nil, func(parent sysfdType, n string, endsInSlash bool) (FileInfo, error) {
		root_unix.go#L150: 	_, err := doInRoot(r, newname, 0, nil, func(parent sysfdType, name string, endsInSlash bool) (struct{}, error) {